Platform Explorer / Nuxeo Platform 6.0

Operation Services.QueryUsers (Query users)

Description

Query users filtered by a tenantId if provided.
Operation id Services.QueryUsers
Category Services
Label Query users
Requires
Since

Parameters

Name Description Type Required Default value
pattern string no  
tenantId string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.multi.tenant.operations.QueryUsers
Contributing Component org.nuxeo.ecm.multi.tenant.operations

JSON Definition

{
  "id" : "Services.QueryUsers",
  "label" : "Query users",
  "category" : "Services",
  "requires" : null,
  "description" : "Query users filtered by a tenantId if provided.",
  "url" : "Services.QueryUsers",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "pattern",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "tenantId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}